home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
- <CodeSnippet Format="1.0.0">
- <Header>
- <Title>beg</Title>
- <Shortcut>beg</Shortcut>
- <Description>Code snippet for begin object-end obejct</Description>
- <Author>Mr O. Duzhar</Author>
- <SnippetTypes>
- <SnippetType>Expansion</SnippetType>
- <SnippetType>SurroundsWith</SnippetType>
- </SnippetTypes>
- </Header>
- <Snippet>
- <Declarations>
- <Literal>
- <ID>name</ID>
- <ToolTip>Object name</ToolTip>
- <Default>Name1</Default>
- </Literal>
- <Literal>
- <ID>class</ID>
- <ToolTip>Class name type</ToolTip>
- <Default>Object</Default>
- </Literal>
- </Declarations>
- <Code Language="Unreal Script"><![CDATA[Begin Object Class=$class$ Name=$name$
- $selected$$end$
- End Object]]>
- </Code>
- </Snippet>
- </CodeSnippet>
- </CodeSnippets>